home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / PostScript / Pencil / ExampleDocuments / CustomStrokeExample.pencil (.txt) < prev    next >
Encoding:
NeXT TypedStream Data  |  1995-06-12  |  609 b   |  22 lines

  1. streamtyped
  2. % stroke in current color, then
  3. % stroke again in black with two
  4. % dash-patterns
  5. /gdStroke {
  6. gsave stroke grestore
  7. 0 setgray [2 10] 0 setdash
  8. gsave stroke grestore
  9. [1 11] 4 setdash stroke
  10. [] 0 setdash
  11. } def
  12. PencilGraphic
  13. Object
  14. *****ffffffffffffcccci
  15. hermite
  16. drawFS
  17. gdStroke
  18. [16f]LnRT
  19. charP
  20. verlaufHORDOUB
  21. 9/text (Zebra) def /fontsize 100 def /font (Helvetica) def
  22.